home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / game / board / Exchess.readme < prev    next >
Text File  |  1998-11-02  |  5KB  |  137 lines

  1. Short:    Experimental Chess
  2. Author:   dch@vlbi.astro.brandeis.edu (Dan Homan)
  3. Uploader: dlorre@caramail.com (Dominique Lorre)
  4. Type:     game/board
  5. Action:   NoStart
  6.  
  7.  
  8.  
  9. EXChess is a recent chess program with some interesting features. It
  10. seems to be a quite good tactician and is interesting because
  11. it has not the same "view" than others strong chess programs which can
  12. make its moves weaker or stronger.
  13.  
  14. For creating the book, you will need a PGN file without errors.
  15.  
  16. This version is compiled for the 68000 and works with AmyBoard.
  17.  
  18. INSTALLATION
  19. First, you must have a minimal Geek Gadgets distribution. If you don't,
  20. please do the following :
  21.  
  22. Makedir <YourPath>/GG
  23. Assign GG: <YourPath>/GG
  24. Assign GNU: GG:
  25. Assign ADE: GG
  26. The two Assigns for ADE and GNU are for ancient names of the ADE distribution.
  27. If you do this you will not have any trouble in the future.
  28. Makedir GG:lib
  29. Makedir GG:bin
  30. Makedir GG:Sys
  31.  
  32. A few words of explanation : The geek gagdets is providing a library named
  33. ixemul.library which is a NetBSD kernel. So it is very Unix-like. I don't want
  34. to go into details but when you want to install a new Geek-Gagdets utility
  35. it will have to be installed here, in the GG: drawer.
  36.  
  37. Now, install the ixemul.library, the name depends on the flavor you choose :
  38.  
  39. Cd GG:
  40. Copy <SrcPath>ixemul-bin.lha ""
  41. Lha x ixemul-bin
  42.  
  43. And ixemul will be extracted to your Sys directory
  44.  
  45. If the archive is in the form tar.gz :
  46.  
  47. Cd G::
  48. copy <SrcPath>ixemul-bin.tar.gz ""
  49. gunzip ixemul-bin.tar.gz
  50. tar xvf ixemul-bin.tar
  51.  
  52. Of course, in this case you will need tar and gzip in your path.
  53.  
  54. If the ixemul is a special flavor you may need to rename it :
  55.  
  56. Cd GG:Sys/Libs
  57. Rename ixemul020.library as ixemul.library
  58. Rename ixnet020.library as ixnetlibrary
  59.  
  60. Now, all you need is to add the following in your user-startup :
  61.  
  62. Assign GG: <YourPath>/GG
  63. Assign GNU: GG
  64. Assign ADE: GG:
  65. Path GG:bin ADD
  66. Assign LIBS: GG:Sys/Libs ADD
  67.  
  68. As I said, this is minimal, you might need other assigns such as info:
  69. for GG:info but this is not needed by EXChess. If your are interested,
  70. you should have look on the Geek gadgets docs on the Aminet in dev/gg or
  71. on the geek Gadgets site at http://www.ninemoons.com.
  72.  
  73. When you have done this, or if you have already a suitable Geek Gadgets
  74. installation, crafty can be installed :
  75.  
  76.  
  77. Cd <EXChess>
  78. Copy <SrcPath>EXChess.lha ""
  79. Lha x EXChess
  80.  
  81. The directory EXChess will be created.
  82.  
  83.  
  84. DEVELOPER INFORMATION
  85. This is the list of modifications I have done for making the Amiga version
  86. of EXChess.
  87.  
  88. I have set UNIX to 1, created a makefile and it compiled without any
  89. problem with g++ !
  90.  
  91. Dominique Lorre (dlorre@craramail.com) 01-Oct-98
  92.  
  93.  
  94. ============================= Archive contents =============================
  95.  
  96. Original  Packed Ratio    Date     Time    Name
  97. -------- ------- ----- --------- --------  -------------
  98.     6256     817 86.9% 10-Feb-98 23:02:12 +attacks.cpp
  99.     1917     829 56.7% 15-Mar-98 17:24:42 +bk.epd
  100.    14705    4269 70.9% 17-Aug-98 17:55:24 +book.cpp
  101.     1101     483 56.1% 10-Feb-98 23:02:20 +check.cpp
  102.     2301     874 62.0% 21-Mar-98 12:56:24 +chess.h
  103.      894     358 59.9% 06-Apr-98 15:11:02 +const.h
  104.     1986     404 79.6% 10-Feb-98 23:02:26 +cpieces.h
  105.     2258     917 59.3% 19-Sep-98 00:57:00 +define.h
  106.      594     410 30.9% 19-Sep-98 00:57:02 +define.h.info
  107.     5193    1359 73.8% 15-Mar-98 17:24:48 +ece3100.epd
  108.    67243   25049 62.7% 15-Mar-98 17:25:26 +ecm.epd
  109.   490032   90365 81.5% 01-Oct-98 10:56:44 +EXChess
  110.    14769    2601 82.3% 12-Aug-98 16:09:58 +exmove.cpp
  111.     2427     719 70.3% 29-Jun-98 14:20:36 +fine.epd
  112.     2365     705 70.1% 23-May-98 11:08:56 +funct.h
  113.     9168    2724 70.2% 04-Aug-98 00:15:08 +hash.cpp
  114.     1053     424 59.7% 29-Jun-98 14:06:06 +hash.h
  115.    18315    7089 61.2% 04-Aug-97 15:03:44 +license.txt
  116.    31265    9081 70.9% 22-Aug-98 15:04:52 +main.cpp
  117.      956     366 61.7% 10-Aug-98 15:36:28 +main.h
  118.      999     317 68.2% 22-Sep-98 16:37:12 +Makefile
  119.     1839     503 72.6% 26-May-98 10:06:58 +movelist.cpp
  120.     1004     446 55.5% 15-Mar-98 17:25:42 +nolot.epd
  121.       60      60  0.0% 05-Jun-98 12:40:46 +optimize.txt
  122.     8338    2174 73.9% 12-Aug-98 19:55:44 +parse.cpp
  123.     8500    1402 83.5% 22-Aug-98 14:21:34 +pcapts.cpp
  124.    10176    1582 84.4% 22-Aug-98 14:24:14 +pmoves.cpp
  125.     2622    1291 50.7% 01-Oct-98 17:40:48 +README.amiga
  126.     4578    2001 56.2% 24-Aug-98 20:26:46 +readme.txt
  127.    19672    4520 77.0% 12-Aug-98 12:45:46 +score.cpp
  128.    13227    1707 87.0% 22-Aug-98 14:58:02 +score.h
  129.    19337    6171 68.0% 23-Aug-98 16:33:34 +search.cpp
  130.     3545    1323 62.6% 20-Aug-98 09:05:04 +search.h
  131.     4465    1663 62.7% 20-Aug-98 13:06:34 +search.par
  132.     2201     825 62.5% 23-May-98 11:09:52 +sort.cpp
  133.    22997    8662 62.3% 09-Jul-98 14:59:28 +wac.epd
  134.    78271   28214 63.9% 15-Mar-98 17:26:54 +wcsac.epd
  135. -------- ------- ----- --------- --------
  136.   876629  212704 75.7% 05-Oct-98 23:40:16   37 files
  137.